Skip to content

chore: add dev-clean-start script for local development#228

Open
jedsundwall wants to merge 8 commits intomainfrom
chore/add-dev-clean-start-script
Open

chore: add dev-clean-start script for local development#228
jedsundwall wants to merge 8 commits intomainfrom
chore/add-dev-clean-start-script

Conversation

@jedsundwall
Copy link
Contributor

Summary

Adds a helper script to simplify local development setup by handling Docker services and environment configuration.

What it does

The dev-clean-start.sh script:

  1. Cleans up any running processes and old build cache
  2. Starts Docker Compose services (DynamoDB on port 8000)
  3. Waits for services to initialize
  4. Unsets AWS profile environment variables to use local credentials
  5. Starts the Next.js dev server

Usage

bash scripts/dev-clean-start.sh

This provides a single command to get the full development environment running without needing to manage AWS credentials or remember to start Docker services.

🤖 Generated with Claude Code

@vercel
Copy link

vercel bot commented Feb 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
source-cooperative Ready Ready Preview, Comment Feb 13, 2026 11:37pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant